fix: updated UI "add project" icon to match the command pallete icon#2176
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved Purely cosmetic change swapping one icon component for another (PlusIcon → FolderPlusIcon) with identical styling. No runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
What Changed
Changed the icon for "add project" on the sidebar from "Plus Icon" to "Folder Plus Icon"
Why
Currently there are two icons representing "add project". In the sidebar it is "PlusIcon" and in the command pallet it is "FolderPlusIcon". In addition, personally I keep hitting the "PlusIcon" button because my brain associate the plus icon with a new thread.
I believe "FolderPlusIcon" is the better option because it make it clear that a folder is being added. In addition, it unifies the UI to have on universal icon which represents "add project".
UI Changes
Before
After
As seen below the UI is now unify under one "add project" icon

Checklist
Note
Low Risk
Low risk visual-only change: swaps the sidebar "Add project" icon component with no behavior, state, or data-flow changes.
Overview
Updates the sidebar "Add project" button to use
FolderPlusIconinstead ofPlusIcon, aligning the iconography with the command palette and improving UI consistency.Reviewed by Cursor Bugbot for commit 1f1c941. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Replace 'Add project' sidebar icon with
FolderPlusIconto match command paletteSwaps the
PlusIconforFolderPlusIconin the sidebar's 'Add project' tooltip button in Sidebar.tsx, making it consistent with the command palette icon.Macroscope summarized 1f1c941.